e5959b3 Fix broken reset and tearDown in pypy3

1 file Authored by Simon Lyngshede 2 years ago, Committed by GitHub 2 years ago,
    Fix broken reset and tearDown in pypy3
    
    There appear to be some minor differences in the CPython and Pypy3 implementations of del. 

    Use delattr to ensure that hasattr will see the attributes as deleted.
        
file modified
+2 -2