Skip to content

Commit 8a26ecc

Browse files
committed
Fix rf31 shell
1 parent c6a7372 commit 8a26ecc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

requirements-python39-rf31.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2278,10 +2278,10 @@ self: super: {
22782278
};
22792279
"selenium" = super.buildPythonPackage rec {
22802280
pname = "selenium";
2281-
version = "4.1.3";
2281+
version = "4.1.0";
22822282
src = fetchurl {
2283-
url = "https://files.pythonhosted.org/packages/88/f2/6f584262771d383ad2d21c8b01f8f4af784884f4e25c1f6450265a558a45/selenium-4.1.3-py3-none-any.whl";
2284-
sha256 = "0nmxr6hnzs65811ci3kjzndijivqkhf8hp1h71fi0743iii8mlhl";
2283+
url = "https://files.pythonhosted.org/packages/58/76/705b5c776f783d1ba7c630347463d4ae323282bbd859a8e9420c7ff79581/selenium-4.1.0-py3-none-any.whl";
2284+
sha256 = "0fd9q47bjbrkkvng4f6h4azbnfhjvyhcldvjsprhkmk1z56vdrr7";
22852285
};
22862286
format = "wheel";
22872287
doCheck = false;

requirements-python39-rf31.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ robotframework-pythonlibcore==3.0.0
135135
robotframework-seleniumlibrary==5.0.1
136136
robotframework-seleniumscreenshots==0.9.5
137137
robotframework-seleniumtestability==2.0.0
138-
selenium==4.1.3
138+
selenium==4.1.0
139139
setuptools-scm==6.4.2
140140
six==1.16.0
141141
sniffio==1.2.0

requirements-rf31.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jupytext
3737
requests
3838
RESTinstance
3939
rise
40-
selenium
40+
selenium==4.1.0
4141
# robotframework-appiumlibrary
4242
robotframework-faker
4343
robotframework-seleniumlibrary==5.0.1

0 commit comments

Comments
 (0)