about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/osmpythontools/remove-test-only-dependencies.patch
blob: c12a96622ebddcaad06473624e206527b684db48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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',
     ],