python310Packages.pytest-playwright: 0.3.3 -> 0.4.2

This commit is contained in:
R. Ryantm
2023-08-29 22:17:15 +02:00
committed by Weijia Wang
parent b20308c508
commit 35e22b28cd
@@ -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;