Skip to content

Commit

Permalink
Move dependencies into requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Sep 21, 2021
1 parent 13aa64b commit f065c8e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Additionally, you need to install a few extra packages:

.. code-block:: bash
conda install anaconda-client pytest pytest-cov mock pytest-mock conda-package-handling python-libarchive-c flaky
conda install --file tests/requirements.txt -c defaults
The test suite runs with py.test. Some useful commands to run select tests,
assuming you are in the conda-build root folder:
Expand Down
15 changes: 15 additions & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# conda-build
# run as 'conda install --file tests/requirements.txt -c defaults'
anaconda-client
bs4
conda-package-handling
filelock
flaky
glob2
jinja2
mock
pkginfo
pytest
pytest-cov
pytest-mock
python-libarchive-c

0 comments on commit f065c8e

Please sign in to comment.