Avatar for the twisted user
twisted
twisted
BlogDocsChangelog

Branches performance

Pull requests

#12441 Fix HelperTests.test_refuteCryptedPassword on RHEL/CentOS 10.#12442
last run
1 month ago
Fix HelperTests.test_refuteCryptedPassword on RHEL/CentOS 10. It seems that using a space in the value of the salt isn't ok. See the output of these command on the system python from RHEL/CentOS 10 (python 3.12): With a space inside the salt: [root@1c8c39c3af64 /]# python3 -c 'import crypt; password = "string secret"; salt = "string secret"; print(crypt.crypt(password, salt))' <string>:1: DeprecationWarning: 'crypt' is deprecated and slated for removal in Python 3.13 Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib64/python3.12/crypt.py", line 86, in crypt return _crypt.crypt(word, salt) ^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 22] Invalid argument Without space inside the salt: [root@1c8c39c3af64 /]# python3 -c 'import crypt; password = "string secret"; salt = "somesalt"; print(crypt.crypt(password, salt))' <string>:1: DeprecationWarning: 'crypt' is deprecated and slated for removal in Python 3.13 soNjU7bEB6dXw Fixes #12441.
1 month ago
3db6e17
Romain-Geissler-1A:fix-tests-rhel-10
CodSpeed Performance Gauge
0%
#12439 Change _observers from list to set#12440
last run
29 days ago
feat: just trying set of lookup and list to store
29 days ago
8dd7b72
allrob23:trunk
CodSpeed Performance Gauge
-4%
cover concat bug with tests
30 days ago
90e576c
kipropbrian:11972-names-bindfix
CodSpeed Performance Gauge
0%
Update .github/workflows/test.yaml Co-authored-by: Adi Roiban <adiroiban@gmail.com>
2 months ago
53a0ae4
eol-ubuntu-image
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home Terms PrivacyDocs