Skip to content

Commit d12c62a

Browse files
committed
revert stupid now that tests work
1 parent 67234d0 commit d12c62a

File tree

10 files changed

+2
-21
lines changed

10 files changed

+2
-21
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "codegpt"
3-
version = "0.2.12"
3+
version = "0.2.13"
44
license = "GPL-3.0-or-later"
55
description = "A CLI tool for refactoring code using OpenAI's models"
66
authors = ["John Partee"]
@@ -39,6 +39,6 @@ norecursedirs = ["venv"]
3939
markers = ["not_ready: mark tests that are not yet ready to be run"]
4040

4141
[tool.pytest.ini_options]
42-
pythonpath = ["src"]
42+
pythonpath = ["codegpt"]
4343
testpaths = ["tests"]
4444

tests/_conftest.py

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)