python3Packages.torcheval: disable flaky test (#388544)

authored by Nick Cao and committed by GitHub 6b6263c3 bf37b136

+5
+5
pkgs/development/python-modules/torcheval/default.nix
··· 99 99 # AssertionError: Scalars are not close! 100 100 # Expected 7.781850814819336 but got 7.781772613525391 101 101 "--deselect=tests/metrics/image/test_psnr.py::TestPeakSignalNoiseRatio::test_psnr_with_random_data" 102 + 103 + # -- tests/metrics/regression/test_mean_squared_error.py -- 104 + # AssertionError: Scalars are not close! 105 + # Expected -640.4547729492188 but got -640.4707641601562 106 + "--deselect=tests/metrics/regression/test_mean_squared_error.py::TestMeanSquaredError::test_mean_squared_error_class_update_input_shape_different" 102 107 ]; 103 108 104 109 meta = {