Skip to content

Commit 545f9e1

Browse files
authored
python312Packages.pycrdt-websocket: 0.15.4 -> 0.15.5 (#398912)
2 parents 7b16c93 + ee2857a commit 545f9e1

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

pkgs/development/python-modules/pycrdt-websocket/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626

2727
buildPythonPackage rec {
2828
pname = "pycrdt-websocket";
29-
version = "0.15.4";
29+
version = "0.15.5";
3030
pyproject = true;
3131

3232
src = fetchFromGitHub {
3333
owner = "jupyter-server";
3434
repo = "pycrdt-websocket";
3535
tag = "v${version}";
36-
hash = "sha256-yDmi8tb7Tq4ro97mFxbPVLwaHhyYKQbnRLB04u2k5xo=";
36+
hash = "sha256-piNd85X5YsTAOC9frYQRDyb/DPfzZicIPJ+bEVzgOsU=";
3737
};
3838

3939
build-system = [ hatchling ];

pkgs/development/python-modules/pycrdt/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/development/python-modules/pycrdt/default.nix

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919

2020
buildPythonPackage rec {
2121
pname = "pycrdt";
22-
version = "0.12.12";
22+
version = "0.12.13";
2323
pyproject = true;
2424

2525
src = fetchFromGitHub {
2626
owner = "jupyter-server";
2727
repo = "pycrdt";
2828
tag = version;
29-
hash = "sha256-qRr6L27X0g0mvxPECijunpxJilse9fzdKAQZOM0MoDQ=";
29+
hash = "sha256-EI8LrT5wddmmw3D5C+IhJnViGnSbHWMD3WFp/f1hY7M=";
3030
};
3131

3232
postPatch = ''
@@ -53,6 +53,11 @@ buildPythonPackage rec {
5353
y-py
5454
];
5555

56+
pytestFlagsArray = [
57+
"-W"
58+
"ignore::pytest.PytestUnknownMarkWarning" # requires unpackaged pytest-mypy-testing
59+
];
60+
5661
passthru.updateScript = nix-update-script { extraArgs = [ "--generate-lockfile" ]; };
5762

5863
meta = {

0 commit comments

Comments
 (0)