Skip to content

Commit

Permalink
Loosen up some dependencies
Browse files Browse the repository at this point in the history
Remove code coverage for testing, and allow newer versioneer.
  • Loading branch information
QuLogic committed Jun 19, 2024
1 parent 9044c5f commit c669cc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=62.6", "versioneer[toml]==0.29"]
requires = ["setuptools>=62.6", "versioneer[toml]>=0.29"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -105,7 +105,6 @@ addopts = '''
--ignore=.github
--strict-markers
--strict-config
--cov-config=pyproject.toml
-p no:asyncio
-p no:legacypath'''
filterwarnings = [
Expand Down

0 comments on commit c669cc4

Please sign in to comment.