While attempting to enable the snake_case and true_property features, I'm having an issue that it's causing incompatibilities with code in another module, in this case qasync .
Particularly the following error:
  File "venv\lib\site-packages\qasync\__init__.py", line 259, in add_callback
    timerid = self.startTimer(int(delay * 1000))
AttributeError: '_SimpleTimer' object has no attribute 'startTimer'. Did you mean: 'start_timer'?
I've attached a test case that reproduces the problem on Windows, Python 3.10.4 with PySide6-Essentials==6.3.1 and qasync==0.23.0
- relates to
- 
                    PYSIDE-2473 Importing PySide6 breaks using unittest.mock.patch.dict to mock imports -         
- Closed
 
-         
- resulted in
- 
                    PYSIDE-2393 regression when using pytest-forked (infinite recursion) -         
- Closed
 
-