NGC2023
NGC2023
#### Description __ init __.py missing in opem/Test/ causing test failure during Debian packaging. This is not related to pypi. opem.v1.3
Hi, I'm currently working on packaging opt_einsum v3.3.0 for Debian. While reviewing the code, I noticed an issue with the Github identifier format in docs/source/conf.py. I've prepared a patch to...
Hi, There is a test error while testing in Debian autopkgtest testsuite. ``` =================================== FAILURES =================================== ________________________ NetworkTestCase.test_nf_circle ________________________ self = def test_nf_circle(self): # Check whether the noise figure circle...
Hi, There is a test error while testing in Debian autopkgtest testsuite. ``` _____________ XMLTestRunnerTestCase.test_xmlrunner_hold_traceback ______________ self = @unittest.skipIf(not hasattr(sys, 'getrefcount'), 'skip - PyPy does not have sys.getrefcount.') @unittest.skipIf((3, 0)...
Hi, The LICENSE file installing in usr/LICENSE [0] in Debian. I have a patch to address it, ```patch --- a/setup.py +++ b/setup.py @@ -27,7 +27,6 @@ setup( description = 'unittest-based...
Hi, In Debian the autopkgtests fails due to missing unumpy. I have a patch to address it, ```patch --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ classifiers = [ dependencies...
Hi, I found a floating-point arithmetic limitation in test_get_primal of VariableTestCase in optlang 1.8.1 for Debian. I have created a patch. ```patch --- a/src/optlang/tests/test_glpk_exact_interface.py +++ b/src/optlang/tests/test_glpk_exact_interface.py @@ -72,7 +72,7 @@...
Hi, I am getting the following test error while building the package in Debian unstable. ``` _____________________ ERROR at setup of test_plain_fixture _____________________ file /tmp/pytest-of-yogu/pytest-0/test_respx_mock_fixture0/test_respx_mock_fixture.py, line 8 def test_plain_fixture(respx_mock): E...
Hi, The test_pickling_subclassed_schema__issue_263 test fails in Python 3.12 during build in Debian due to a change in the error message format for pickling failures. The test is currently expecting an...