Skip to content

Commit 4c67e17

Browse files
committed
Remove installation of custom pytest distribution and use pytest>=1.7.0
1 parent 261e930 commit 4c67e17

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

requirements-dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ cmake>=0.5.0,<=3.13.3
22
codecov>=2.0.5
33
coverage>=4.2
44
flake8>=3.0.4
5-
pytest>=3.0.3
6-
pytest-cov>=2.4.0
7-
pytest-runner>=2.9
8-
pytest-virtualenv>=1.2.5
5+
pytest>=4.5.0
6+
pytest-cov>=2.7.1
7+
pytest-runner>=5.1
8+
pytest-virtualenv>=1.7.0
99
scikit-build>=0.10.0
1010
setuptools>=28.0.0
1111
twine

scikit-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ install:
2424
commands:
2525
- python -c "import sys; print(sys.version)"
2626
- python -m pip install --disable-pip-version-check --upgrade pip
27-
- pip install pytest-virtualenv -f https://github.com/jcfr/pytest-plugins/releases/tag/v1.7.0.dev15 --pre
2827
- pip install git+https://github.com/jcfr/wheeltools.git@wheeltools-2018-10-28-a2f174d0e
2928
- pip install -U -r requirements-dev.txt
3029

0 commit comments

Comments
 (0)