mirror of https://github.com/pyodide/pyodide.git
Don't use pytest-rerunfailures
This commit is contained in:
parent
e2a723de5f
commit
0b752777a2
|
@ -23,7 +23,7 @@ jobs:
|
||||||
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 80 --slave /usr/bin/g++ g++ /usr/bin/g++-8
|
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 80 --slave /usr/bin/g++ g++ /usr/bin/g++-8
|
||||||
sudo update-alternatives --set gcc /usr/bin/gcc-8
|
sudo update-alternatives --set gcc /usr/bin/gcc-8
|
||||||
|
|
||||||
sudo pip install pytest-xdist pytest-instafail selenium PyYAML pytest-rerunfailures
|
sudo pip install pytest-xdist pytest-instafail selenium PyYAML
|
||||||
|
|
||||||
# Get recent version of Firefox and geckodriver
|
# Get recent version of Firefox and geckodriver
|
||||||
wget -O firefox.tar.bz2 https://download.mozilla.org/\?product\=firefox-nightly-latest-ssl\&os\=linux64\&lang\=en-US
|
wget -O firefox.tar.bz2 https://download.mozilla.org/\?product\=firefox-nightly-latest-ssl\&os\=linux64\&lang\=en-US
|
||||||
|
|
|
@ -283,7 +283,6 @@ def test_open_url(selenium):
|
||||||
"pyodide.open_url('test_data.txt').read()\n") == 'HELLO\n'
|
"pyodide.open_url('test_data.txt').read()\n") == 'HELLO\n'
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.flaky(reruns=2)
|
|
||||||
def test_run_core_python_test(python_test, selenium, request):
|
def test_run_core_python_test(python_test, selenium, request):
|
||||||
|
|
||||||
name, error_flags = python_test
|
name, error_flags = python_test
|
||||||
|
|
Loading…
Reference in New Issue