##// END OF EJS Templates
skip test on 3.12
Matthias Bussonnier -
Show More
@@ -367,6 +367,7 b' class TestAutoreload(Fixture):'
367 367 self.shell.run_code("assert func2() == 'changed'")
368 368 self.shell.run_code("t = Test(); assert t.new_func() == 'changed'")
369 369 self.shell.run_code("assert number == 1")
370 if sys.version_info < (3, 12):
370 371 self.shell.run_code("assert TestEnum.B.value == 'added'")
371 372
372 373 # ----------- TEST IMPORT FROM MODULE --------------------------
General Comments 0
You need to be logged in to leave comments. Login now