Commit 396ca9cf authored by Roman Yurchak's avatar Roman Yurchak

Fix typo and more passing tests

parent 02b61eea
...@@ -310,7 +310,7 @@ test_mimetypes ...@@ -310,7 +310,7 @@ test_mimetypes
test_minidom test_minidom
test_mmap test_mmap
test_module test_module
test_modulefinder crash test_modulefinder
test_msilib test_msilib
test_multibytecodec test_multibytecodec
test_multiprocessing_fork test_multiprocessing_fork
...@@ -339,8 +339,8 @@ test_pickle dbm ...@@ -339,8 +339,8 @@ test_pickle dbm
test_pickletools dbm test_pickletools dbm
test_pipes platform-specific test_pipes platform-specific
test_pkg test_pkg
test_pkgimport crash test_pkgimport
test_pkgutil crash test_pkgutil
test_platform subprocess test_platform subprocess
test_plistlib test_plistlib
test_poll subprocess test_poll subprocess
...@@ -357,7 +357,7 @@ test_pstats ...@@ -357,7 +357,7 @@ test_pstats
test_pty test_pty
test_pulldom test_pulldom
test_pwd crash test_pwd crash
test_py_compile crash test_py_compile
test_pyclbr test_pyclbr
test_pydoc crash test_pydoc crash
test_pyexpat test_pyexpat
...@@ -375,7 +375,7 @@ test_resource ...@@ -375,7 +375,7 @@ test_resource
test_richcmp test_richcmp
test_rlcompleter crash test_rlcompleter crash
test_robotparser test_robotparser
test_runpy crash test_runpy
test_sax test_sax
test_sched test_sched
test_scope test_scope
...@@ -407,7 +407,7 @@ test_stat ...@@ -407,7 +407,7 @@ test_stat
test_statistics test_statistics
test_strftime strftime test_strftime strftime
test_string test_string
test_string_literals crash test_string_literals
test_stringprep test_stringprep
test_strptime strftime test_strptime strftime
test_strtod test_strtod
...@@ -466,7 +466,7 @@ test_types ...@@ -466,7 +466,7 @@ test_types
test_typing unknown test_typing unknown
test_ucn test_ucn
test_unary test_unary
test_unicode crash test_unicode
test_unicode_file test_unicode_file
test_unicode_file_functions test_unicode_file_functions
test_unicode_identifiers test_unicode_identifiers
...@@ -507,9 +507,9 @@ test_xml_etree_c ...@@ -507,9 +507,9 @@ test_xml_etree_c
test_xmlrpc networking test_xmlrpc networking
test_xmlrpc_net test_xmlrpc_net
test_yield_from test_yield_from
test_zipapp crash test_zipapp
test_zipfile crash test_zipfile
test_zipfile64 test_zipfile64
test_zipimport crash test_zipimport
test_zipimport_support crash test_zipimport_support
test_zlib test_zlib
...@@ -10,7 +10,7 @@ def test_pandas(selenium, request): ...@@ -10,7 +10,7 @@ def test_pandas(selenium, request):
def test_extra_import(selenium, request): def test_extra_import(selenium, request):
if selenium.brower == 'chrome': if selenium.browser == 'chrome':
request.applymarker(pytest.mark.xfail( request.applymarker(pytest.mark.xfail(
run=False, reason='chrome not supported')) run=False, reason='chrome not supported'))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment