Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
remove yaml dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
romnn committed Sep 5, 2021
1 parent 0a6c60c commit 4f9b992
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
14 changes: 11 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@
Execute 'invoke --list' for guidance on using Invoke
"""
import shutil
from ruamel.yaml import YAML
import pprint

from invoke import task
import webbrowser
from pathlib import Path

Path().expanduser()
yaml = YAML()

ROOT_DIR = Path(__file__).parent
SETUP_FILE = ROOT_DIR.joinpath("setup.py")
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ setenv =
PYTHONPATH = {toxinidir}
deps =
pipenv
commands_pre = pipenv install --clear --dev
commands_pre = pip install --upgrade pip setuptools setuptools_rust && pipenv install --clear --dev
commands = pipenv run invoke test


0 comments on commit 4f9b992

Please sign in to comment.