Skip to content

Commit

Permalink
fix(deps): update dependency pytest-socket to a commit hash (#440)
Browse files Browse the repository at this point in the history
- Fix AttributeError: 'DoctestItem' object has no attribute 'fixturenames'
- See miketheman/pytest-socket#109

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: W. Augusto Andreoli <andreoliwa@gmail.com>
  • Loading branch information
3 people committed Jan 22, 2022
1 parent 7aeb964 commit 61ac278
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
36 changes: 18 additions & 18 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Expand Up @@ -89,9 +89,9 @@ responses = { version = "*", optional = true }
freezegun = { version = "*", optional = true }
pytest-testmon = { version = "*", optional = true }
pytest-watch = { version = "*", optional = true }
# TODO: 0.5.0 fails with AttributeError: 'DoctestItem' object has no attribute 'fixturenames'
# See https://github.com/miketheman/pytest-socket/issues/105
pytest-socket = { version = "<0.5.0", optional = true }
# TODO: Wait for a new pytest-socket release, then change spec to "*"
# See https://github.com/miketheman/pytest-socket/pull/109
pytest-socket = { git = "https://github.com/miketheman/pytest-socket", rev = "bf16fbd378a42d94b683e001dc6fd81c610c3923" }
pytest-datadir = { version = "*", optional = true }

# Group: doc
Expand Down

0 comments on commit 61ac278

Please sign in to comment.