We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895d0cf commit f8ecfe5Copy full SHA for f8ecfe5
mypyc/lib-rt/setup.py
@@ -1,4 +1,4 @@
1
-"""Build script for mypyc C runtime library unit tests.
+"""Build script for mypyc C runtime library and C API unit tests.
2
3
The tests are written in C++ and use the Google Test framework.
4
"""
test-requirements.txt
@@ -22,7 +22,7 @@ identify==2.6.15
22
# via pre-commit
23
iniconfig==2.1.0
24
# via pytest
25
-librt==0.2.2
+librt==0.2.3
26
# via -r mypy-requirements.txt
27
lxml==6.0.2 ; python_version < "3.15"
28
# via -r test-requirements.in
0 commit comments