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

parent 5d4b6890
# -*- 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