Merge pull request #286367 from r-ryantm/auto-update/python311Packages.pytest-playwright

python311Packages.pytest-playwright: 0.4.3 -> 0.4.4
This commit is contained in:
Nick Cao 2024-02-05 08:49:09 -05:00 committed by GitHub
commit a857913159
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pytest-playwright";
version = "0.4.3";
version = "0.4.4";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "microsoft";
repo = "playwright-pytest";
rev = "refs/tags/v${version}";
hash = "sha256-5qjfZGDM1OqXXNyj81O49ClKKGiAPdgyZZu6TgpskGs=";
hash = "sha256-jCK2i27wRGsv65zfzW+Ef72HNQd4Qu/Mw3HX66ZMQ9Y=";
};
nativeBuildInputs = [