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: ...@@ -24,7 +24,7 @@ stages:
artifacts: artifacts:
paths: paths:
- report.xml - report.xml
- htmlcov - .coverage
expire_in: 1 day expire_in: 1 day
script: script:
- ./ci/test.py - ./ci/test.py
......
...@@ -53,7 +53,7 @@ if __name__ == "__main__": ...@@ -53,7 +53,7 @@ if __name__ == "__main__":
"-m", "-m",
"pytest", "pytest",
"--junitxml=report.xml", "--junitxml=report.xml",
# "--cov=src", "--cov=src",
# "--cov-report=html", "--cov-report=",
] ]
) )
...@@ -48,14 +48,7 @@ setup( ...@@ -48,14 +48,7 @@ setup(
version=source_version(), version=source_version(),
author="", author="",
author_email="", author_email="",
install_requires=[ install_requires=["h5py>=3", "numpy", "seaborn", "pandas", "deprecation"],
"h5py>=3",
"numpy",
"seaborn",
"pandas",
"deprecation",
"testbook",
],
classifiers=[ classifiers=[
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",
"Intended Audience :: Science/Research", "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