Skip to content

Commit eb69d60

Browse files
committed
playwright: refer to the core project instead of the python test launcher
- top-level `playwright` now refers to the github Microsoft/playwright package instead of the python tester launcher. It made no sense to use the top level name for a subproject. You can still refer to the python launcher via `python3Packages.toPythonApplication python3Packages.playwright` Updated release notes.
1 parent 34d8628 commit eb69d60

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

nixos/doc/manual/release-notes/rl-2505.section.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@
112112

113113
- `buildGoPackage` has been removed. Use `buildGoModule` instead. See the [Go section in the nixpkgs manual](https://nixos.org/manual/nixpkgs/unstable/#sec-language-go) for details.
114114

115+
- top-level `playwright` now refers to the github Microsoft/playwright package
116+
instead of the python tester launcher. You can still refer to the python
117+
launcher via `python3Packages.toPythonApplication python3Packages.playwright`
118+
115119
- `strawberry` has been updated to 1.2, which drops support for the VLC backend and Qt 5. The `strawberry-qt5` package
116120
and `withGstreamer`/`withVlc` override options have been removed due to this.
117121

pkgs/top-level/aliases.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,6 @@ mapAliases {
10521052

10531053
pipewire_0_2 = throw "pipewire_0_2 has been removed as it is outdated and no longer used"; # Added 2024-07-28
10541054
pipewire-media-session = throw "pipewire-media-session is no longer maintained and has been removed. Please use Wireplumber instead.";
1055-
playwright = lib.warnOnInstantiate "'playwright' will reference playwright-driver in 25.05. Reference 'python3Packages.playwright' for the python test launcher" (python3Packages.toPythonApplication python3Packages.playwright); # Added 2024-10-04
10561055
pleroma-otp = throw "'pleroma-otp' has been renamed to/replaced by 'pleroma'"; # Converted to throw 2024-10-17
10571056
pltScheme = racket; # just to be sure
10581057
poretools = throw "poretools has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2024-06-03

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4770,6 +4770,7 @@ with pkgs;
47704770

47714771
playbar2 = libsForQt5.callPackage ../applications/audio/playbar2 { };
47724772

4773+
playwright = playwright-driver;
47734774
playwright-driver = (callPackage ../development/web/playwright/driver.nix { }).playwright-core;
47744775
playwright-test = (callPackage ../development/web/playwright/driver.nix { }).playwright-test;
47754776

0 commit comments

Comments
 (0)