"git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "591a9999c2ccc68efa345363e7de2e5ef4fe512f"
Commit 823ae0a9 authored by Ralf W. Grosse-Kunstleve's avatar Ralf W. Grosse-Kunstleve
Browse files

Importing re before pytest after observing a PyPy CI flake when importing pytest first.

parent 1909436c
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import pytest # Importing re before pytest after observing a PyPy CI flake when importing pytest first.
import re import re
import pytest
from pybind11_tests import class_sh_basic as m from pybind11_tests import class_sh_basic as m
......
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