aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJ08nY2023-08-09 17:22:08 +0200
committerJ08nY2023-08-09 17:22:08 +0200
commitaf5d3a98b839f439e7fde1263c37d0717fffc70d (patch)
tree9c213478bbc700a28aa29aab3ffcbf7e0d921129 /pyproject.toml
parent21fa65c287fc3e830f169f610f643975a4d93966 (diff)
downloadpyecsca-af5d3a98b839f439e7fde1263c37d0717fffc70d.tar.gz
pyecsca-af5d3a98b839f439e7fde1263c37d0717fffc70d.tar.zst
pyecsca-af5d3a98b839f439e7fde1263c37d0717fffc70d.zip
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1a6e54b..ab16053 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -58,7 +58,7 @@
"leia" = ["smartleia"]
"gmp" = ["gmpy2"]
"dev" = ["mypy", "flake8", "interrogate", "pyinstrument", "black", "types-setuptools"]
-"test" = ["pytest>=7.0.0", "coverage", "pytest-cov", "parameterized"]
+"test" = ["pytest>=7.0.0", "coverage", "pytest-cov"]
"doc" = ["sphinx", "sphinx-autodoc-typehints", "nbsphinx", "sphinx-paramlinks", "sphinx_design"]
[tool.setuptools.packages.find]