Merge pull request #305233 from jfly/jfly/re-enable-test

mycli: enable fixed test
This commit is contained in:
Nick Cao 2024-04-19 09:29:05 -04:00 committed by GitHub
commit 3f0059df01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 7 deletions

View File

@ -42,13 +42,6 @@ buildPythonApplication rec {
"mycli/packages/paramiko_stub/__init__.py"
];
disabledTests = [
# Note: test_auto_escaped_col_names is currently failing due to a bug upstream.
# TODO: re-enable this test once there is a fix upstream. See
# https://github.com/dbcli/mycli/issues/1103 for details.
"test_auto_escaped_col_names"
];
postPatch = ''
substituteInPlace setup.py \
--replace "cryptography == 36.0.2" "cryptography"