Disable test for windows
The test fails for Windows, since the error message is provided by the OS.
This commit is contained in:
parent
4586702fb7
commit
9d9ebfa556
|
@ -13,6 +13,7 @@ fn fail_to_open_file() -> PyResult<()> {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
fn test_filenotfounderror() {
|
||||
let gil = Python::acquire_gil();
|
||||
let py = gil.python();
|
||||
|
|
Loading…
Reference in a new issue