Skip to content

Commit a3c2791

Browse files
committed
ensure requirements pinned in tox.ini are not overridden
1 parent a335f50 commit a3c2791

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)