Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Conjeaud committed Mar 23, 2023
1 parent ae0fe7d commit 198bf19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
12 changes: 5 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ Delete all nodes in your database, warning there is no confirmation!
Requirements
============

- Python 3.6+
- neo4j 3.5+
- Python 3.7+
- neo4j 4.x

.. image:: https://badges.gitter.im/Join%20Chat.svg
:alt: Join the chat at https://gitter.im/robinedwards/neomodel
Expand Down Expand Up @@ -202,11 +202,9 @@ Setup Neo4j Desktop with a local database with password 'foobarbaz' and version
Commands to run tests::

# create local venv and install dependencies.
$ python3 -m venv venv; source venv/bin/activate; python setup.py develop; export DJANGO_SETTINGS_MODULE=tests.settings;
# Go to tests
$ cd tests/
$ ./manage.py install_labels
$ ./manage.py migrate
$ pip install -e '.[dev]'; export DJANGO_SETTINGS_MODULE=tests.settings;
$ tests/manage.py install_labels
$ tests/manage.py migrate
$ pytest

# example output:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,4 @@ dev = [
]

[tool.pytest.ini_options]
addopts = "--ds=tests.settings"
testpaths = "tests"
Binary file modified test.db
Binary file not shown.

0 comments on commit 198bf19

Please sign in to comment.