Skip to content

Commit

Permalink
Allow test execution from within Hatchling's source distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Mar 7, 2022
1 parent 923edaf commit 165fc1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/downstream/integrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def temp_dir():


def main():
original_backend_path = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(HERE))), 'backend')
original_backend_path = os.path.dirname(os.path.dirname(HERE))
with temp_dir() as links_dir, temp_dir() as build_dir:
print('<<<<< Copying backend >>>>>')
backend_path = os.path.join(build_dir, 'backend')
Expand Down
4 changes: 4 additions & 0 deletions docs/meta/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ This is the first release candidate for Hatch v1, a complete rewrite.

### Unreleased

***Fixed:***

- Allow test execution from within Hatchling's source distribution

### [0.20.0](https://github.com/ofek/hatch/releases/tag/hatchling-v0.20.0) - 2022-03-07 ### {: #hatchling-v0.20.0 }

***Added:***
Expand Down

0 comments on commit 165fc1f

Please sign in to comment.