home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1229130158

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/sqlite-utils/issues/470#issuecomment-1229130158 https://api.github.com/repos/simonw/sqlite-utils/issues/470 1229130158 IC_kwDOCGYnMM5JQwmu 9599 2022-08-27T05:52:46Z 2022-08-27T05:52:46Z OWNER

To run the tests locally on my Mac I needed to run Ubuntu in Docker (for the compilation step).

This worked:

docker run -it -v "$(pwd):/app" ubuntu:latest /bin/bash

Then:

apt-get update && apt-get install python3-pip gcc libsqlite3-dev -y cd /app/tests gcc ext.c -fPIC -shared -o ext.so cd /app pip3 install -e '.[test]' pytest -k test_load_extension

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
1352932038  
Powered by Datasette · Queries took 0.692ms · About: github-to-sqlite