File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ Removed URL requirement for ``pytest-virtualenv `` in ``setup.cfg ``.
2+ PyPI rejects packages with dependencies external to itself.
3+ Instead the test dependency was overwritten via ``tox.ini ``
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ testing =
5555 mock
5656 flake8-2020
5757 virtualenv>=13.0.0
58- pytest-virtualenv @ git+https://github.com/jaraco/ pytest-plugins@distutils-deprecated # subdirectory=pytest-virtualenv
58+ pytest-virtualenv>=1.2.7 # TODO: Update once man-group/ pytest-plugins#188 is solved
5959 wheel
6060 paver
6161 pip>=19.1 # For proper file:// URLs support.
Original file line number Diff line number Diff line change 1010 # workaround for sphinx-doc/sphinx#9562
1111 # TODO: remove after Sphinx>4.1.2 is available.
1212 sphinx@git+https://github.com/sphinx-doc/sphinx; python_version>="3.10"
13+ # TODO: remove after man-group/pytest-plugins#188 is solved
14+ pytest-virtualenv @ git+https://github.com/jaraco/pytest-plugins@distutils-deprecated# subdirectory=pytest-virtualenv
1315commands =
1416 pytest {posargs}
1517usedevelop = True
You can’t perform that action at this time.
0 commit comments