Incorporating requested changes
This commit is contained in:
parent
9f66b7dc6e
commit
be0e95ace7
@ -49,8 +49,6 @@ for frontend in frontends.keys():
|
||||
frontends[frontend] = True
|
||||
except ImportError:
|
||||
pass
|
||||
except ModuleNotFoundError:
|
||||
pass
|
||||
|
||||
installed = sorted([frontend for frontend, isPresent in frontends.items() if isPresent])
|
||||
|
||||
@ -143,7 +141,6 @@ except:
|
||||
print(res[0].decode())
|
||||
print(res[1].decode())
|
||||
pytest.fail("{}\n{}\nFailed {} Example Test Located in {} ".format(res[0].decode(), res[1].decode(), name, file), pytrace=False)
|
||||
assert True
|
||||
|
||||
if __name__ == "__main__":
|
||||
pytest.cmdline.main()
|
||||
|
Loading…
Reference in New Issue
Block a user