mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-08 00:01:35 +00:00
* Remove Python App Function Deployment Code and Code. * Updating yml and zip names. * Fixing ci.yml. * Typo. * Format * Trying to remove python service. * Updating directories. * Removing flag. * Format. * Fixng api-service-net ref. * Re-add requirement. * Fixing refs in bicep. * Specifying version. * Removing dotnet refs in integration tests. * Updating role assignment naming convention. * Adding ignore. * Update src/deny.toml Co-authored-by: George Pollard <porges@porg.es> * Update version. * Removing onefuzztypes dependency. * Switch app service plan to windows. * Update test version. * Changing version. * Returning version. * Trying to add onefuzz types back. * Force pipenv version. * Fix. * Syntax. * Renaming. * Trying different version. * Removing build step. * Fixing bicep parameter. * Retrying run with older version. * Trying pipenv with another version. * Forcing pipenv version in tox. * Adding pipenv fix and updating version. Co-authored-by: George Pollard <porges@porg.es>
18 lines
295 B
INI
18 lines
295 B
INI
[tox]
|
|
envlist = py38
|
|
skipsdist = True
|
|
skip_missing_interpreters=True
|
|
|
|
[testenv]
|
|
deps =
|
|
pipenv==2022.11.11
|
|
|
|
commands =
|
|
python -m pip install --upgrade pip
|
|
python -m pip install --upgrade wheel
|
|
pipenv install --dev
|
|
pipenv check
|
|
|
|
pipenv run black --diff --check .
|
|
pipenv run pylint .
|