Skip to content

Commit ab5a4c9

Browse files
add pytest to installation requirements
Because `get_annexstatus` moved to test utilities, and because we use it in metalad, we have to include pytest to the depencies for metalad.
1 parent 647b68b commit ab5a4c9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

requirements-devel.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
six
21
# replace the following line with the datalad version without
32
# metadata code, when that is released, e.g.
4-
# datalad>=0.17.4
5-
git+https://github.com/mih/datalad.git@mnt-metadata-mv#egg=datalad
63
coverage
4+
datalad>=0.18
5+
datalad-metadata-model>=0.3.6
76
sphinx>=1.7.8
87
sphinx-rtd-theme
98
pyyaml
10-
datalad-metadata-model>=0.3.6
119
pytest
1210
pytest-cov
11+
six
1312

1413
# required for extractor tests
14+
ExifRead
1515
Pillow
1616
mutagen
17-
ExifRead
1817
python-xmp-toolkit

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
six
22
# replace the following line with the datalad version without
33
# metadata code, when that is released, e.g.
4-
# datalad>=0.17.4
5-
git+https://github.com/mih/datalad.git@mnt-metadata-mv#egg=datalad
4+
datalad>=0.18
65
sphinx>=1.7.8
76
sphinx-rtd-theme
7+
pytest
88
pyyaml
99
datalad-metadata-model>=0.3.6

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ install_requires =
1717
six
1818
datalad >= 0.18
1919
datalad-metadata-model >=0.3.6
20+
pytest
2021
pyyaml
2122
test_requires =
2223
coverage

0 commit comments

Comments
 (0)