Skip to content

Commit

Permalink
add pytest to installation requirements
Browse files Browse the repository at this point in the history
Because `get_annexstatus` moved to test utilities,
and because we use it in metalad, we have to
include pytest to the depencies for metalad.
  • Loading branch information
christian-monch committed Jan 25, 2023
1 parent 647b68b commit ab5a4c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
9 changes: 4 additions & 5 deletions requirements-devel.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
six
# replace the following line with the datalad version without
# metadata code, when that is released, e.g.
# datalad>=0.17.4
git+https://github.com/mih/datalad.git@mnt-metadata-mv#egg=datalad
coverage
datalad>=0.18
datalad-metadata-model>=0.3.6
sphinx>=1.7.8
sphinx-rtd-theme
pyyaml
datalad-metadata-model>=0.3.6
pytest
pytest-cov
six

# required for extractor tests
ExifRead
Pillow
mutagen
ExifRead
python-xmp-toolkit
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
six
# replace the following line with the datalad version without
# metadata code, when that is released, e.g.
# datalad>=0.17.4
git+https://github.com/mih/datalad.git@mnt-metadata-mv#egg=datalad
datalad>=0.18
sphinx>=1.7.8
sphinx-rtd-theme
pytest
pyyaml
datalad-metadata-model>=0.3.6
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ install_requires =
six
datalad >= 0.18
datalad-metadata-model >=0.3.6
pytest
pyyaml
test_requires =
coverage
Expand Down

0 comments on commit ab5a4c9

Please sign in to comment.