We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7719847 commit 559d5a9Copy full SHA for 559d5a9
pip_build.py
@@ -16,7 +16,7 @@
16
17
18
def ignore_files(_, filenames):
19
- return [f for f in filenames if f.endswith("_test.py")]
+ return [f for f in filenames if "test" in f]
20
21
22
def build():
0 commit comments