Disable test for windows

The test fails for Windows, since the error message is provided by the
OS.
This commit is contained in:
Alexander Niederbühl 2019-08-03 22:29:49 +02:00
parent 4586702fb7
commit 9d9ebfa556

View file

@ -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();