Skip to content

Commit

Permalink
removed pytest import
Browse files Browse the repository at this point in the history
  • Loading branch information
bendhouseart committed Dec 4, 2023
1 parent 8a33bf9 commit 762d850
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 4 deletions.
Binary file added dist/petutils-0.0.0-py3-none-any.whl
Binary file not shown.
Binary file added dist/petutils-0.0.0.tar.gz
Binary file not shown.
Binary file added dist/petutils-0.0.1-py3-none-any.whl
Binary file not shown.
Binary file added dist/petutils-0.0.1.tar.gz
Binary file not shown.
2 changes: 0 additions & 2 deletions petutils/petutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import gzip
import pathlib
import json
import pytest
import tempfile
from bids import BIDSLayout
from bids.layout.models import BIDSImageFile, BIDSJSONFile
from typing import Union
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "petutils"
version = "0.0.0"
version = "0.0.1"
description = ""
authors = ["Anthony Galassi <28850131+bendhouseart@users.noreply.github.com>"]
readme = "README.md"
Expand All @@ -10,11 +10,11 @@ packages = [{include = "petutils"}]
python = "^3.10"
pybids = "^0.16.3"
nipype = "^1.8.6"
pytest = "^7.4.2"


[tool.poetry.group.dev.dependencies]
ipython = "^8.16.1"
pytest = "^7.4.2"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 762d850

Please sign in to comment.