python3Packages.splinter: 0.14.0 -> 0.15.0

https://github.com/cobrateam/splinter/releases/tag/0.15.0
This commit is contained in:
Robert Schütz 2021-07-01 18:41:41 +02:00 committed by Jonathan Ringer
parent 246f3da399
commit 2e672ed71a

View File

@ -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"