File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed
pkgs/development/python-modules Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 2626
2727buildPythonPackage 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 ] ;
Original file line number Diff line number Diff line change 1919
2020buildPythonPackage 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 = {
You can’t perform that action at this time.
0 commit comments