repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #119126 from fabaff/pycomfoconnect
[NixPkgs.git]
/
pkgs
/
development
/
python-modules
/
osmpythontools
/
remove-test-only-dependencies.patch
blob
c12a96622ebddcaad06473624e206527b684db48
1
diff --git a/setup.py b/setup.py
2
index 801d081..6d93128 100644
3
--- a/setup.py
4
+++ b/setup.py
5
@@ -19,8 +19,6 @@ setup(
6
'matplotlib',
7
'numpy',
8
'pandas',
9
- 'pytest',
10
- 'pytest-sugar',
11
'ujson',
12
'xarray',
13
],