mirror of
https://github.com/containers/podman-compose.git
synced 2025-04-29 11:54:59 +02:00
Fixes invalid name of test package in setup.py
Signed-off-by: Jean-Baptiste Perez <jbaptperez@gmail.com>
This commit is contained in:
parent
d704622522
commit
a6e3ae7b31
2
setup.py
2
setup.py
@ -40,7 +40,7 @@ setup(
|
|||||||
"pyyaml",
|
"pyyaml",
|
||||||
"python-dotenv",
|
"python-dotenv",
|
||||||
],
|
],
|
||||||
extras_require={"devel": ["ruff", "pre-commit", "coverage", "parameterize"]},
|
extras_require={"devel": ["ruff", "pre-commit", "coverage", "parameterized"]},
|
||||||
# test_suite='tests',
|
# test_suite='tests',
|
||||||
# tests_require=[
|
# tests_require=[
|
||||||
# 'coverage',
|
# 'coverage',
|
||||||
|
Loading…
Reference in New Issue
Block a user