Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pyodide
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
pyodide
Commits
ee8ac747
Commit
ee8ac747
authored
Aug 20, 2018
by
Roman Yurchak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix matplotlib and mark test_rlcompleter as crashing
parent
ce15a291
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
test/python_tests.txt
test/python_tests.txt
+1
-1
test/test_matplotlib.py
test/test_matplotlib.py
+0
-2
No files found.
test/python_tests.txt
View file @
ee8ac747
...
...
@@ -368,7 +368,7 @@ test_repl subprocess
test_reprlib
test_resource
test_richcmp
test_rlcompleter
test_rlcompleter
crash
test_robotparser
test_runpy crash
test_sax
...
...
test/test_matplotlib.py
View file @
ee8ac747
...
...
@@ -3,7 +3,6 @@ def test_matplotlib(selenium):
selenium
.
run
(
"from matplotlib import pyplot as plt"
)
selenium
.
run
(
"plt.figure()"
)
selenium
.
run
(
"x = plt.plot([1,2,3])"
)
selenium
.
run
(
"plt.destroy_all()"
)
def
test_svg
(
selenium
):
...
...
@@ -17,4 +16,3 @@ def test_svg(selenium):
content
=
selenium
.
run
(
"fd.getvalue().decode('utf8')"
)
assert
len
(
content
)
==
15752
assert
content
.
startswith
(
"<?xml"
)
selenium
.
run
(
"plt.destroy_all()"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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