mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 06:46:14 +00:00
Update test.yaml, add Pipfile, and delete httpbin.py
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
|
||||
|
||||
name: pytest
|
||||
name: tests
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
responder = {file = ".", editable = true}
|
||||
pytest = "*"
|
||||
pytest-mock = "*"
|
||||
twine = "*"
|
||||
sphinx = "*"
|
||||
marshmallow = "*"
|
||||
pydantic = "*"
|
||||
pytest-cov = "*"
|
||||
ruff = "*"
|
||||
pre-commit = "*"
|
||||
httpx = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.11"
|
||||
Reference in New Issue
Block a user