Skip to content

Commit

Permalink
Drops seemingly unused importlib-metadata dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
colindean authored and tantale committed May 27, 2023
1 parent 325b764 commit 378636d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ allow_failures:
- python: "3.12-dev"

install:
- pip install coveralls tox-travis importlib_metadata
- pip install coveralls tox-travis
script:
tox
after_success:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ def function_three():
'PyTest-Cov',
'bump2version < 1',
'sphinx < 2',
'importlib-metadata'
]
},
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
Expand Down

0 comments on commit 378636d

Please sign in to comment.