Commit 491afef
committed
[win64] Disable failing pythonizations test on Windows 64
On Windows 64, after removing the compiler flag workaround (PR root-project#9829), the `pythonizations` test is failing like:
```
1386: -- TEST COMMAND --
1386: cd C:/Users/sftnight/build/release/roottest/python/pythonizations
1386: C:/Python38/python.exe C:/Users/sftnight/git/roottest/python/pythonizations/PyROOT_pythonizationtest.py --fixcling
1386: -- BEGIN TEST OUTPUT --
1386: ============================= test session starts =============================
1386: platform win32 -- Python 3.8.10, pytest-6.2.5, py-1.11.0, pluggy-1.0.0
1386: rootdir: C:\Users\sftnight
1386: collected 7 items
1386:
1386: ..\..\..\..\..\git\roottest\python\pythonizations\PyROOT_pythonizationtest.py . [ 14%]
1386: .....Windows fatal exception: access violation
1386:
```1 parent b1a97ec commit 491afef
1 file changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
0 commit comments