Emmanuel Arias
Emmanuel Arias
This patch was applied on Debian package: https://salsa.debian.org/python-team/packages/python-flask-jwt-simple/-/blob/debian/master/debian/patches/0001-Remove-intent-to-decode-a-str-value.patch Closes: #20
Hi! @NGC2023 Is working in package opem in Debian. I can note that develop branch is working with py3.12. But apply the patch https://github.com/ECSIM/opem/pull/203 to version 1.3 is not an...
During the build in Debian the `tests test_assert_redirects` and `test_assert_redirects_valid_status_codes` fail. Fail using Python3.11 and Flask 2.2.2. You can see the error here: [flask-testing.log](https://github.com/jarus/flask-testing/files/10862494/flask-testing.log) Originally report here [0] [0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026543
### Description Hi, After install prerequisites and run the build steps I have this error during `make` run ``` ▶ make [ 3%] Linking C executable headsetcontrol /usr/bin/ld: CMakeFiles/headsetcontrol.dir/src/output.c.o: in...
The link to development documentation is wrong on  This redirect to: http://celery.github.io/celery/index.html and that response with ```404 code```
**Describe the bug** When click on Community button on the top menu the arrow select Python section **To Reproduce** Steps to reproduce the behavior: 1. Go to https://www.python.org/community/ 2. See...
An error code is returned if the installation command fails. Also the style is changed from warning to error. Tests was updated. # Pull Request Check List Resolves: #8637 -...
The tests should be independent for each other, so can be a good idea have a feature or helper, that run when a test session start. And in this way...
just experimental for https://github.com/PyAr/OpenLex/pull/36 Closes: https://github.com/PyAr/OpenLex/issues/52
After a quick search in the code using the next flake8 command: `flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics` I didn't follow any python3 issue. So, in my opinion openlex might...