Skip to content

Commit

Permalink
Fix test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
znerol committed May 7, 2024
1 parent 659ead0 commit e86cdb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
tests_require = [
'SpreadFlowDelta[tests]',
'coveralls',
'fixtures',
'mock',
'testtools'
'testtools',
]

setup(
Expand Down
1 change: 0 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
-e git+https://github.com/znerol/spreadflow-core#egg=SpreadFlowCore
-e git+https://github.com/znerol/spreadflow-delta#egg=SpreadFlowDelta
coveralls

0 comments on commit e86cdb6

Please sign in to comment.