Skip to content

Commit

Permalink
python3.pkgs.osmpythontools: 0.2.8 -> 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
das-g committed Feb 4, 2021
1 parent 571d144 commit d92e046
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/development/python-modules/osmpythontools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,17 @@

buildPythonPackage rec {
pname = "osmpythontools";
version = "0.2.8";
version = "0.2.9";

src = fetchFromGitHub {
owner = "mocnik-science";
repo = "osm-python-tools";
rev = "v${version}";
sha256 = "1hkc18zcw1fqx8zk3z18xpas87vkcpgsch5cavqda4aihl51vmy2";
sha256 = "1qpj03fgn8rmrg9a9vk7bw32k9hdy15g5p2q3a6q52ykpb78jdz5";
};

patches = [ ./remove-test-only-dependencies.patch ];

propagatedBuildInputs = [
beautifulsoup4
geojson
Expand All @@ -33,7 +35,7 @@ buildPythonPackage rec {
xarray
];

# no tests included
# tests touch network
doCheck = false;

pythonImportsCheck = [
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,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',
],

0 comments on commit d92e046

Please sign in to comment.