Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephan Seitz
pystencils
Commits
2e7f2703
Commit
2e7f2703
authored
Jan 21, 2020
by
Stephan Seitz
Browse files
Auto-format conftest
parent
35db19ff
Pipeline
#21224
passed with stage
in 4 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conftest.py
View file @
2e7f2703
import
os
import
runpy
import
sys
import
warnings
import
tempfile
import
warnings
import
nbformat
import
pytest
...
...
@@ -34,7 +34,7 @@ def add_path_to_ignore(path):
collect_ignore
=
[
os
.
path
.
join
(
SCRIPT_FOLDER
,
"doc"
,
"conf.py"
),
os
.
path
.
join
(
SCRIPT_FOLDER
,
"pystencils"
,
"opencl"
,
"opencl.autoinit"
)]
os
.
path
.
join
(
SCRIPT_FOLDER
,
"pystencils"
,
"opencl"
,
"opencl.autoinit"
)]
add_path_to_ignore
(
'pystencils_tests/benchmark'
)
add_path_to_ignore
(
'_local_tmp'
)
...
...
@@ -83,8 +83,6 @@ for root, sub_dirs, files in os.walk('.'):
collect_ignore
.
append
(
f
)
class
IPythonMockup
:
def
run_line_magic
(
self
,
*
args
,
**
kwargs
):
pass
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment