Skip to content

Conversation

marianielias
Copy link

  • closes missing files on test #22683
    Explanation:
    pytest gets the configuration from setup.cfg, witch forces the option "--strict-data-files" by default. This makes the test to fail on missing files that are not packaged (on pypi and in the github tarball).
    Removing this line fixes the issue and the tests are skipped.

Adding missing newline also...

Cheers.
Elias.

@TomAugspurger
Copy link
Contributor

TomAugspurger commented Sep 13, 2018

We want strict to be the default.

Should we instead remove setup.cfg from the distributions?

@marianielias
Copy link
Author

We want strict to be the default.

Should we instead remove setup.cfg from the distributions?

Assuming that the file is not being used by something else... LGTM.
Let me test without the file just in case.

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.

2 participants