Skip to content

Commit

Permalink
use all
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Jan 19, 2025
1 parent 632a538 commit f79e569
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build:

test:
rm -f .coverage coverage.xml
hatch test --extras test
hatch run all:pytest

commit:
-git add .
Expand Down
15 changes: 8 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ dependencies = [
"asciidraw>=0.1.2",
]

[project.urls]
Documentation = "https://github.com/APN-Pucky/pyfeyn2#readme"
Issues = "https://github.com/APN-Pucky/pyfeyn2/issues"
Source = "https://github.com/APN-Pucky/pyfeyn2/"

[project.optional-dependencies]
lint = [
"ruff",
Expand All @@ -76,18 +81,13 @@ dev = [
"jupyterlab",
]

[tool.hatch.envs.full]
[tool.hatch.envs.all]
features = [
"dev",
"docs",
"test",
]

[project.urls]
Documentation = "https://github.com/APN-Pucky/pyfeyn2#readme"
Issues = "https://github.com/APN-Pucky/pyfeyn2/issues"
Source = "https://github.com/APN-Pucky/pyfeyn2/"

[tool.hatch]
version.source = "vcs"

Expand All @@ -100,5 +100,6 @@ testpaths = ["tests"]
addopts = [ "-Werror","-v","--cov=pyfeyn2","--cov-config=.coveragerc","--cov-append","--cov-report=term","--cov-report=xml","--doctest-modules","--ignore=docs/source/conf.py" ]
filterwarnings = [
'error',
'ignore: pkg_resources is deprecated as an API:DeprecationWarning'
'ignore: pkg_resources is deprecated as an API:DeprecationWarning',
"ignore:The 'wheel' package is no longer the canonical location of the 'bdist_wheel' command:DeprecationWarning",
]

0 comments on commit f79e569

Please sign in to comment.