Skip to content

Commit f89b72e

Browse files
Merge pull request #253 from ConorMacBride/constrain_package_deps
Ensure requirements pinned in `tox.ini` are not overridden
2 parents a335f50 + a3c2791 commit f89b72e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ setenv =
1818
mpldev: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
1919
changedir = .tmp/{envname}
2020
description = run tests
21+
constrain_package_deps =
22+
!mpldev-!pytestdev: true
2123
deps =
2224
pytest-xdist
2325
mpl20: matplotlib==2.0.*

0 commit comments

Comments
 (0)