Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Nov 8, 2018
1 parent 9c63f78 commit a3ebd8a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 21 deletions.
30 changes: 22 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cachecontrol = { version = "^0.12.4", extras = ["filecache"] }
pkginfo = "^1.4"
html5lib = "^1.0"
shellingham = "^1.1"
tomlkit = "^0.4.4"
tomlkit = "^0.5.1"

# The typing module is not in the stdlib in Python 2.7 and 3.4
typing = { version = "^3.6", python = "~2.7 || ~3.4" }
Expand All @@ -57,7 +57,7 @@ pygments-github-lexers = "^0.0.5"
black = { version = "^18.3-alpha.0", python = "^3.6" }
pre-commit = "^1.10"
tox = "^3.0"
pytest-sugar = "^0.9.1"
pytest-sugar = "^0.9.2"


[tool.poetry.scripts]
Expand Down
11 changes: 0 additions & 11 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,6 @@
from poetry.utils.toml_file import TomlFile


def pytest_configure():
workaround_sugar_issue_159()


def workaround_sugar_issue_159():
"https://github.com/Frozenball/pytest-sugar/159"
import pytest_sugar

pytest_sugar.SugarTerminalReporter.pytest_runtest_logfinish = lambda self: None


@pytest.fixture
def config(): # type: () -> Config
with tempfile.NamedTemporaryFile() as f:
Expand Down

0 comments on commit a3ebd8a

Please sign in to comment.