Unverified Commit 68cf34ed authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

python310Packages.pytest-playwright: 0.4.2 -> 0.4.3
parents 7e62fd0d fee4abd7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "pytest-playwright";
  version = "0.4.2";
  version = "0.4.3";
  format = "setuptools";

  disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "microsoft";
    repo = "playwright-pytest";
    rev = "refs/tags/v${version}";
    hash = "sha256-yYFzaIPYOsuvS8bGcuwQQNS/CtvGUe1XQdORmfEJQmU=";
    hash = "sha256-5qjfZGDM1OqXXNyj81O49ClKKGiAPdgyZZu6TgpskGs=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;