-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.4.2: pytest fails in 6 units #3452
Comments
We are using extras for optional dependencies. I've added a full so you can do install |
OK however .. what is the sense adding some dependencies to extras if those dependencies are essential to pass pytest without additional params? 🤔 |
was this resolved with #3454 merged? |
@gliptak depends on what you mean by resolved. What are you trying to do? We added the Even though they are optional dependencies we do test them to make sure they are working correctly. |
CloudFormation Lint Version
1.4.2
What operating system are you using?
Linux x86/64
Describe the bug
pytest fails in 6 units
Expected behavior
pytest shuld not fail
Reproduction template
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
python3 -sBm build -w --no-isolation
build
with--no-isolation
I'm using during all processes only locally installed modulesinstaller
modulecut off from access to the public network
(pytest is executed with-m "not network"
)Here is pytest output:
List of installed modules in build env:
Please let me know if you need more details or want me to perform some diagnostics.
The text was updated successfully, but these errors were encountered: