Remove py2 pip warning message
This commit is contained in:
parent
ae776a807d
commit
87d6eae84d
4
tox.ini
4
tox.ini
@ -24,10 +24,10 @@ deps =
|
|||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
passenv = DISPLAY XAUTHORITY
|
passenv = DISPLAY XAUTHORITY
|
||||||
|
setenv = PYTHONWARNINGS=ignore:DEPRECATION::pip._internal.cli.base_command
|
||||||
deps=
|
deps=
|
||||||
{[base]deps}
|
{[base]deps}
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-xdist
|
|
||||||
h5py
|
h5py
|
||||||
pyside2_512: pyside2>=5.12,<5.13
|
pyside2_512: pyside2>=5.12,<5.13
|
||||||
pyqt5_512: pyqt5>=5.12,<5.13
|
pyqt5_512: pyqt5>=5.12,<5.13
|
||||||
@ -46,4 +46,4 @@ conda_channels=
|
|||||||
|
|
||||||
commands=
|
commands=
|
||||||
python -c "import pyqtgraph as pg; pg.systemInfo()"
|
python -c "import pyqtgraph as pg; pg.systemInfo()"
|
||||||
pytest {posargs:.}
|
pytest {posargs:}
|
||||||
|
Loading…
Reference in New Issue
Block a user