Skip to content

Commit

Permalink
remove requirements(-*).txt and update docs (#307)
Browse files Browse the repository at this point in the history
[ committed by @ankona ]
[ reviewed by @mellis13  @MattToast  ]
  • Loading branch information
ankona authored Jun 23, 2023
1 parent 0ddf7b3 commit e6e563a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 33 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
include requirements.txt
include Makefile
graft smartsim/

6 changes: 4 additions & 2 deletions doc/developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ SmartSim, users can run multiple testing commands with the developer Makefile
.. note::

For the test to run, you must have the ``requirements-dev.txt`` dependencies
installed in your python environment.
You must have the extra dev dependencies installed in
your python environment to execute tests.

- Install smartsim with ``dev`` extension ``pip install -e .[dev]``


Local
Expand Down
11 changes: 6 additions & 5 deletions doc/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ level of the SmartSim directory::
test-full - Run all WLM tests with Python coverage (full test suite)
WARNING: do not run test-full on shared systems.

For the test to run, you must have the ``requirements-dev.txt``
dependencies installed in your python environment.
.. note::

There are two ways to do this
1. Install smartsim with ``dev`` extension ``pip install -e .[dev]``
2. ``pip install -r requirements-dev.txt`` after you install smartsim.
You must have the extra dev dependencies installed in
your python environment to execute tests.

Install ``dev`` dependencies with ``pip``
- Install smartsim with ``dev`` extension ``pip install -e .[dev]``


Test Suites
Expand Down
6 changes: 0 additions & 6 deletions requirements-dev.txt

This file was deleted.

11 changes: 0 additions & 11 deletions requirements-mypy.txt

This file was deleted.

8 changes: 0 additions & 8 deletions requirements.txt

This file was deleted.

0 comments on commit e6e563a

Please # to comment.