File python3_fix.patch of Package python-pytest-relaxed
Index: pytest-relaxed-1.0.0/README.rst
===================================================================
--- pytest-relaxed-1.0.0.orig/README.rst
+++ pytest-relaxed-1.0.0/README.rst
@@ -30,9 +30,9 @@ Relaxed discovery
The "it's a test by default unless underscored" approach works for files::
tests
- ├── _util.py
- ├── one_module.py
- └── another_module.py
+ - _util.py
+ - one_module.py
+ - another_module.py
It's applied to module members::