From 138104bce92951f3841d05b908ce1d70994899c8 Mon Sep 17 00:00:00 2001 From: Luis Perez Date: Wed, 27 Dec 2023 07:14:48 -0800 Subject: [PATCH] unpin coverage --- requirements-dev.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f807b93..f9cb69c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -11,10 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - -# Coverage==5.0 fails with `Safety level may not be changed inside a transaction` -# on python 3.6.0 (xenial) (https://github.com/nedbat/coveragepy/issues/703) -coverage<5.0 +coverage mypy pre-commit>=1.0.0 pytest