Skip to content

Commit 56cde86

Browse files
authored
Merge pull request #471 from ExaWorks/move_filelock_to_test_deps
Move filelock requirement from requirements.txt to requirements-tests…
2 parents 32b7590 + 39e26a1 commit 56cde86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements-tests.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
pytest >= 6.2.0
77
requests >= 2.25.1
88
pytest-cov
9-
pytest-timeout
9+
pytest-timeout
10+
filelock~=3.4

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
filelock~=3.4
21
psutil~=5.9
32
pystache>=0.6.0
43
typeguard~=2.12
54
typing-compat
6-
packaging~=24.0
5+
packaging~=24.0

0 commit comments

Comments
 (0)