Skip to content

Commit

Permalink
bagit is only used in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed May 27, 2023
1 parent 356c093 commit d7c4d48
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ rdflib>= 4.2.2, < 6.0.0;python_version<='3.6'
shellescape>=3.4.1,<3.9
schema-salad>=8.4,<9
prov==1.5.1
bagit==1.8.1
mypy-extensions
psutil>=5.6.6
typing-extensions
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
"shellescape >= 3.4.1, < 3.9",
"schema-salad >= 8.4, < 9",
"prov == 1.5.1",
"bagit >= 1.6.4",
"mypy-extensions",
"psutil >= 5.6.6",
"typing-extensions",
Expand All @@ -139,6 +138,7 @@
setup_requires=PYTEST_RUNNER,
test_suite="tests",
tests_require=[
"bagit >= 1.6.4, < 1.9",
"pytest >= 6.2, < 7.4",
"mock >= 2.0.0",
"pytest-mock >= 1.10.0",
Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bagit >= 1.6.4, <1.9
pytest >= 6.2, < 7.4
pytest-xdist
pytest-httpserver
Expand Down

0 comments on commit d7c4d48

Please sign in to comment.