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

python310Packages.pytest-playwright: 0.3.3 -> 0.4.2

authored by

OTABI Tomoya and committed by
GitHub
ba56d588 96fa2cb5

+3 -3
+3 -3
pkgs/development/python-modules/pytest-playwright/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "pytest-playwright"; 17 - version = "0.3.3"; 17 + version = "0.4.2"; 18 18 format = "setuptools"; 19 19 20 - disabled = pythonOlder "3.7"; 20 + disabled = pythonOlder "3.8"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "microsoft"; 24 24 repo = "playwright-pytest"; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-2xdRW8Q10x6mtNs/EdAsgrOtVmvLAOdbIGXfyeB8ZAg="; 26 + hash = "sha256-yYFzaIPYOsuvS8bGcuwQQNS/CtvGUe1XQdORmfEJQmU="; 27 27 }; 28 28 29 29 SETUPTOOLS_SCM_PRETEND_VERSION = version;