Skip to content

Commit

Permalink
Fixing pytest-regtest<2.0.0
Browse files Browse the repository at this point in the history
New releases of `pytest-regtest>=2.0.0` on PyPI are currently broken as the released packages don't appear to include
the Python code for the module itself. This has been reported upstream and when fixed I will remove the dependency.

+ [pytest-regtest #20](https://gitlab.com/uweschmitt/pytest-regtest/-/issues/20)
  • Loading branch information
ns-rse committed Jan 10, 2024
1 parent 774b604 commit af3bc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tests = [
"pytest-github-actions-annotate-failures",
"pytest-lazy-fixture",
"pytest-mpl",
"pytest-regtest",
"pytest-regtest<2.0.0",
"filetype",
]
docs = [
Expand Down

0 comments on commit af3bc54

Please sign in to comment.