Skip to content

Commit

Permalink
drop unused pytest-split from dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Nov 3, 2023
1 parent 89b6840 commit 40053e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
9 changes: 1 addition & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,7 @@
install_requires=["monty>=2.0.6", "ruamel.yaml>=0.15.6", "sentry-sdk>=0.8.0", "psutil"],
extras_require={
"vasp, nwchem, qchem": ["pymatgen>=2019.8.23"],
"dev": [
"mypy",
"pre-commit",
"pytest-cov",
"pytest-split",
"pytest",
"ruff",
],
"dev": ["mypy", "pre-commit", "pytest-cov", "pytest", "ruff"],
},
package_data={},
author="Shyue Ping Ong, William Davidson Richards, Stephen Dacek, Xiaohui Qu, Matthew Horton, Samuel M. Blau",
Expand Down
5 changes: 1 addition & 4 deletions tasks.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
"""
Deployment file to facilitate releases of custodian.
"""

"""Deployment file to facilitate releases of custodian."""

import datetime
import glob
Expand Down

0 comments on commit 40053e7

Please sign in to comment.