-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move testing dependencies to extras_require and remove dev target * Add pytest importorskip for optional dependencies * Use Action from PR instead of main * Remove FastAPI code and dependencies for the time being * Remove unused code causing error message shown during tests * Add pint version constraint for compat with unreleased IDAES/idaes-pse#1438
- Loading branch information
1 parent
320368f
commit aa95ba5
Showing
10 changed files
with
34 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
--editable .[dev] | ||
--editable .[testing] | ||
|
||
# For adding copyright headers (see addheader.yml and the readme) | ||
addheader >= 0.3.0 | ||
idaes-pse @ git+https://github.com/IDAES/idaes-pse@main | ||
pydantic~=2.0 | ||
fastapi | ||
uvicorn | ||
pytest-icdiff >= 0.7 # readable dict diffs for test_flowsheet and others | ||
httpx # fastapi testing | ||
# for testing w/playwright | ||
playwright==1.42.0 | ||
pytest-playwright==0.4.4 | ||
requests==2.31.0 |