(self)
| 1054 | @requires_venv_with_pip() |
| 1055 | @requires_resource('cpu') |
| 1056 | def test_with_pip(self): |
| 1057 | self.do_test_with_pip(False) |
| 1058 | self.do_test_with_pip(True) |
| 1059 | |
| 1060 | |
| 1061 | if __name__ == "__main__": |
nothing calls this directly
no test coverage detected