-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add test extra dependencies Update unit tests to extend base class * Update test dependencies --------- Co-authored-by: Daniel McKnight <[email protected]>
- Loading branch information
1 parent
5f03fd7
commit 50934d8
Showing
3 changed files
with
5 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
neon-minerva[padatious]~=0.1,>=0.1.1a1 |
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 |
---|---|---|
|
@@ -89,6 +89,7 @@ def find_resource_files(): | |
url=f'https://github.com/NeonGeckoCom/{SKILL_NAME}', | ||
license='BSD-3-Clause', | ||
install_requires=get_requirements("requirements.txt"), | ||
extras_require={"test": get_requirements("requirements/test.txt")}, | ||
author='Neongecko', | ||
author_email='[email protected]', | ||
long_description=long_description, | ||
|
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