nixpkgs/pkgs/development/python-modules/osmpythontools/remove-test-only-dependencies.patch
2021-02-04 01:10:37 +01:00

14 lines
267 B
Diff

diff --git a/setup.py b/setup.py
index 801d081..6d93128 100644
--- a/setup.py
+++ b/setup.py
@@ -19,8 +19,6 @@ setup(
'matplotlib',
'numpy',
'pandas',
- 'pytest',
- 'pytest-sugar',
'ujson',
'xarray',
],