about summary refs log tree commit diff
path: root/pkgs/development/python-modules/splinter
diff options
context:
space:
mode:
authorRobert Schütz <dev@schuetz-co.de>2021-07-01 18:41:41 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-07-01 16:37:20 -0700
commit2e672ed71afb9d0cea962b694ddb4e63a9ee00eb (patch)
treea07a5ff38bb0b559486ee7e3c6ab3d7691568b03 /pkgs/development/python-modules/splinter
parent246f3da3993dc488b589786a76ac7c116a3fdf2f (diff)
python3Packages.splinter: 0.14.0 -> 0.15.0
https://github.com/cobrateam/splinter/releases/tag/0.15.0
Diffstat (limited to 'pkgs/development/python-modules/splinter')
-rw-r--r--pkgs/development/python-modules/splinter/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/splinter/default.nix b/pkgs/development/python-modules/splinter/default.nix
index 1ae05cab97382..cb63f8d11ba42 100644
--- a/pkgs/development/python-modules/splinter/default.nix
+++ b/pkgs/development/python-modules/splinter/default.nix
@@ -9,13 +9,13 @@
 
 buildPythonPackage rec {
   pname = "splinter";
-  version = "0.14.0";
+  version = "0.15.0";
 
   src = fetchFromGitHub {
     owner = "cobrateam";
     repo = "splinter";
     rev = version;
-    sha256 = "0480bqprv8581cvnc80ls91rz9780wvdnfw99zsw44hvy2yg15a6";
+    sha256 = "sha256-y87Cnci4gJHrttThGPeOS/h6VK8x95cQA9nZs1fBfAw=";
   };
 
   propagatedBuildInputs = [
@@ -32,6 +32,7 @@ buildPythonPackage rec {
     "samples"
     "tests/test_djangoclient.py"
     "tests/test_flaskclient.py"
+    "tests/test_popups.py"
     "tests/test_webdriver.py"
     "tests/test_webdriver_chrome.py"
     "tests/test_webdriver_firefox.py"