Skip to content

Commit c6d730e

Browse files
Massimiliano Pippimasci
Massimiliano Pippi
authored andcommitted
remove debug prints, bump pytest to latest
1 parent d232f3c commit c6d730e

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

Diff for: test/requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest==5.3.1
1+
pytest==5.3.4
22
simplejson==3.17.0
33
semver==2.9.0
44
pyserial==3.4

Diff for: test/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pluggy==0.13.1 # via pytest
1212
py==1.8.0 # via pytest
1313
pyparsing==2.4.0 # via packaging
1414
pyserial==3.4
15-
pytest==5.3.1
15+
pytest==5.3.4
1616
semver==2.9.0
1717
simplejson==3.17.0
1818
six==1.12.0 # via packaging

Diff for: test/test_compile.py

-3
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ def test_compile_with_simple_sketch(run_command, data_dir, working_dir):
9090
)
9191
)
9292
assert result.ok
93-
print(os.listdir(working_dir))
94-
print(result.stdout)
95-
print(result.stderr)
9693
assert os.path.exists(os.path.join(working_dir, "test.hex"))
9794

9895
# Test extention won't be added if already present

0 commit comments

Comments
 (0)