Skip to content
Snippets Groups Projects
Commit be8b73c9 authored by Andi Gerken's avatar Andi Gerken
Browse files

[ci] Removed unneccessary package from setup, test for coverage

parent b5ccca0b
No related branches found
No related tags found
No related merge requests found
Pipeline #35809 failed
......@@ -24,7 +24,7 @@ stages:
artifacts:
paths:
- report.xml
- htmlcov
- .coverage
expire_in: 1 day
script:
- ./ci/test.py
......
......@@ -53,7 +53,7 @@ if __name__ == "__main__":
"-m",
"pytest",
"--junitxml=report.xml",
# "--cov=src",
# "--cov-report=html",
"--cov=src",
"--cov-report=",
]
)
......@@ -48,14 +48,7 @@ setup(
version=source_version(),
author="",
author_email="",
install_requires=[
"h5py>=3",
"numpy",
"seaborn",
"pandas",
"deprecation",
"testbook",
],
install_requires=["h5py>=3", "numpy", "seaborn", "pandas", "deprecation"],
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Science/Research",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment