Skip to content
Snippets Groups Projects
Commit aa571703 authored by I. Nüske's avatar I. Nüske
Browse files

DEV: Replace setup.py with requirements.txt - inttests should not be installed

parent 6dc84069
No related branches found
No related tags found
2 merge requests!89Integration Test Suggestions - Inttest,!81F local inttests
linkahead
pytest
\ No newline at end of file
from setuptools import setup, find_packages
setup(
name="PyCaosDB Integration Tests",
version="0.1.0",
packages=find_packages(),
tests_require=["nose>=1.0", "python-dateutil>=2.8.1"],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment