Skip to content

Commit

Permalink
Remove setup.py test infra - now deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
birdsarah committed Apr 2, 2020
1 parent 98803db commit 8e23836
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ flake8==3.7.8
coverage==4.5.4
Sphinx==1.8.5
twine==1.14.0

pytest==4.6.5
pytest-runner==5.1
12 changes: 0 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@
'publicsuffix',
]

setup_requirements = [
'pytest-runner',
]

test_requirements = [
'pytest>=3',
'pytest-flake8',
]

setup(
author="Sarah Bird",
author_email='[email protected]',
Expand All @@ -47,9 +38,6 @@
keywords='domain_utils',
name='domain_utils',
packages=find_packages(include=['domain_utils', 'domain_utils.*']),
setup_requires=setup_requirements,
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/mozilla/domain_utils',
version='0.4.0',
zip_safe=False,
Expand Down

0 comments on commit 8e23836

Please sign in to comment.