Skip to content

Commit

Permalink
remove extraneous dependency on "future"
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Detiste <alexandre.detiste@gmail.com>
  • Loading branch information
a-detiste authored and hthiery committed Dec 23, 2023
1 parent ea4658e commit b79804a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: pip install python-coveralls coverage pytest pytest-cov future mock flake8
run: pip install python-coveralls coverage pytest pytest-cov mock flake8

# - name: Setup and run tests
# run: python setup.py test
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,5 @@ def git_pep440_version():
'mock',
],
install_requires=[
'future',
],
)

0 comments on commit b79804a

Please sign in to comment.