Merge pull request #249244 from r-ryantm/auto-update/python310Packages.pytest-playwright

python310Packages.pytest-playwright: 0.3.3 -> 0.4.2
This commit is contained in:
OTABI Tomoya 2023-09-01 18:22:29 +09:00 committed by GitHub
commit ba56d588d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,16 +14,16 @@
buildPythonPackage rec {
pname = "pytest-playwright";
version = "0.3.3";
version = "0.4.2";
format = "setuptools";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "microsoft";
repo = "playwright-pytest";
rev = "refs/tags/v${version}";
hash = "sha256-2xdRW8Q10x6mtNs/EdAsgrOtVmvLAOdbIGXfyeB8ZAg=";
hash = "sha256-yYFzaIPYOsuvS8bGcuwQQNS/CtvGUe1XQdORmfEJQmU=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;