Skip to content

Conversation

@Flamefire
Copy link
Contributor

Currently CI fails due to deprecation warnings

Once due to a left-over use of LooseVersion and 2nd StrictVersion.

I resolved the latter with a wrapper class that suppresses the warning.

See #3963

@Flamefire Flamefire force-pushed the deprecation-warnings branch 3 times, most recently from 8b12c17 to 11e69d9 Compare February 2, 2023 08:54
@Flamefire Flamefire mentioned this pull request Feb 2, 2023
1 task
@Flamefire Flamefire force-pushed the deprecation-warnings branch from 11e69d9 to ff49a60 Compare February 2, 2023 12:19
@Flamefire Flamefire force-pushed the deprecation-warnings branch from 6caecc1 to a17d697 Compare February 6, 2023 08:04
Skip the tests to avoid HTTP 429 error caused by rate limits
@Flamefire Flamefire force-pushed the deprecation-warnings branch from ad396e3 to c7443f9 Compare February 6, 2023 09:57
python -O -m test.framework.suite 2>&1 | tee test_framework_suite.log
# try and make sure output of running tests is clean (no printed messages/warnings)
IGNORE_PATTERNS="no GitHub token available|skipping SvnRepository test|requires Lmod as modules tool|stty: 'standard input': Inappropriate ioctl for device|CryptographyDeprecationWarning: Python 3.[56]|from cryptography.*default_backend|CryptographyDeprecationWarning: Python 2|from cryptography.utils import int_from_bytes|Blowfish|GC3Pie not available, skipping test"
IGNORE_PATTERNS="no GitHub token available|skipping SvnRepository test|requires Lmod as modules tool|stty: 'standard input': Inappropriate ioctl for device|CryptographyDeprecationWarning: Python 3.[56]|from cryptography.* import |CryptographyDeprecationWarning: Python 2|Blowfish|GC3Pie not available, skipping test"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the "." in the "Python 3.[56]" should probably have a "" in front of it to be fully correct.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't touched that here.

Copy link
Contributor

@akesandgren akesandgren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@akesandgren akesandgren added this to the next release (4.7.1?) milestone Feb 15, 2023
@akesandgren
Copy link
Contributor

Going in, thanks @Flamefire!

@akesandgren akesandgren merged commit 9504bec into easybuilders:develop Feb 15, 2023
@easybuilders easybuilders deleted a comment from boegelbot Feb 15, 2023
@easybuilders easybuilders deleted a comment from boegelbot Feb 15, 2023
@boegel boegel added the bug fix label Feb 15, 2023
@boegel boegel changed the title Silence distutils deprecation warnings silence distutils deprecation warnings Feb 15, 2023
@Flamefire Flamefire deleted the deprecation-warnings branch February 15, 2023 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants