Skip to content
Snippets Groups Projects
Commit 576d1a945668 authored by Georges Racinet's avatar Georges Racinet
Browse files

Extracted test requirements from CI config to a dedicated file

This will be help bootsrapping developer environments.

Apparently it's now deprecated to run tests with `setup.py test`,
so we don't bother listing it in setup.py.
parent 3fba0bcde67a
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
# TODO put py.test in the image
# the py.test version combination is the consistent one
# provided by Fedora 30 for python2
- pip install --user pytest==3.10.1 pytest-cov==2.6.0 hg-evolve==9.2.1
- pip install --user -r test-requirements.txt
lint:
stage: lint
......
pytest==3.10.1
pytest-cov==2.6.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment