Skip to content

Conversation

@cdent
Copy link
Collaborator

@cdent cdent commented Apr 30, 2024

When we did a lot of recent Python2-isms cleanup recently it broke some tests when run in an environment where a previous version of paste, or one of the consumers of its namespace package, were already installed.

This was probably done to quiet warnings. However, it hides issues with complex environments.

In addition to fixing the problem, this change adds a tox test environment that should cause a failure if we introduce the error again.

Fixes #99

When we did a lot of recent Python2-isms cleanup recently
it broke some tests when run in an environment where a
previous version of paste, or one of the consumers of its
namespace package, were already installed.

This was probably done to quiet warnings. However, it
hides issues with complex environments.

In addition to fixing the problem, this change adds a
tox test environment that should cause a failure if
we introduce the error again.

Fixes #99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3.10.0: Testing fails with some other Python module installed

3 participants