Merge pull request #284654 from dotlambda/approvaltests-10.3.0
python311Packages.approvaltests: 10.2.0 -> 10.3.0
This commit is contained in:
commit
5d34f071b5
2 changed files with 6 additions and 21 deletions
|
@ -19,16 +19,16 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "approvaltests";
|
pname = "approvaltests";
|
||||||
version = "10.2.0";
|
version = "10.3.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "approvals";
|
owner = "approvals";
|
||||||
repo = "ApprovalTests.Python";
|
repo = "ApprovalTests.Python";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-2NaqqgrHXJovoVExvbr0s86eRbcxy+DUrsdRH/vak3E=";
|
hash = "sha256-1f0iTwLREF20Khkd4/xEfxXINJIpc4LfszsvCblS/yM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
|
@ -41,24 +41,9 @@ buildPythonPackage rec {
|
||||||
robotstatuschecker
|
robotstatuschecker
|
||||||
];
|
];
|
||||||
|
|
||||||
disabledTestPaths = [
|
preCheck = ''
|
||||||
# https://github.com/robotframework/SeleniumLibrary/issues/1804
|
mkdir utest/output_dir
|
||||||
"utest/test/keywords/test_webdrivercache.py"
|
'';
|
||||||
];
|
|
||||||
|
|
||||||
disabledTests = [
|
|
||||||
"test_create_opera_executable_path_not_set"
|
|
||||||
"test_create_opera_executable_path_set"
|
|
||||||
"test_create_opera_with_options"
|
|
||||||
"test_create_opera_with_service_log_path_real_path"
|
|
||||||
"test_get_executable_path"
|
|
||||||
"test_get_ff_profile_instance_FirefoxProfile"
|
|
||||||
"test_has_options"
|
|
||||||
"test_importer"
|
|
||||||
"test_log_file_with_index_exist"
|
|
||||||
"test_opera"
|
|
||||||
"test_single_method"
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
changelog = "https://github.com/robotframework/SeleniumLibrary/blob/${src.rev}/docs/SeleniumLibrary-${version}.rst";
|
changelog = "https://github.com/robotframework/SeleniumLibrary/blob/${src.rev}/docs/SeleniumLibrary-${version}.rst";
|
||||||
|
|
Loading…
Reference in a new issue