aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJ08nY2023-08-09 17:26:40 +0200
committerJ08nY2023-08-09 17:26:40 +0200
commita65b12310bca2d6fa411e54b3b16f869771e8845 (patch)
tree903c7530efc87c8bfeb8a0385f2149eb72f18e34 /pyproject.toml
parentaf5d3a98b839f439e7fde1263c37d0717fffc70d (diff)
downloadpyecsca-a65b12310bca2d6fa411e54b3b16f869771e8845.tar.gz
pyecsca-a65b12310bca2d6fa411e54b3b16f869771e8845.tar.zst
pyecsca-a65b12310bca2d6fa411e54b3b16f869771e8845.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 ab16053..baa97f4 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"]
+"test" = ["pytest>=7.0.0", "coverage", "pytest-cov", "pytest-sugar"]
"doc" = ["sphinx", "sphinx-autodoc-typehints", "nbsphinx", "sphinx-paramlinks", "sphinx_design"]
[tool.setuptools.packages.find]