Skip to content

Commit

Permalink
Attempt to get logs
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Jul 28, 2023
1 parent 95ac754 commit a2641af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", pypy-3.8]
# python-version: [3.7, 3.8, 3.9, "3.10", pypy-3.8]
python-version: ["3.10"]
env:
OS: ubuntu-latest
PYTHON: ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ You can pick which you prefer, but remember that these settings are handled in t
- 127.0.0.1
* - port
- port
- -elasticsearch-port
- --elasticsearch-port
- elasticsearch_port
- 6300
- random
Expand Down
1 change: 1 addition & 0 deletions pytest_elasticsearch/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def elasticsearch_proc_fixture(
elasticsearch_index_store_type,
timeout=60,
)
print(elasticsearch_executor.command)

elasticsearch_executor.start()
yield elasticsearch_executor
Expand Down

0 comments on commit a2641af

Please sign in to comment.